home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / SR114M.DXR / 00374.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  247 b   |  15 lines

  1. on mouseDown
  2.   global p_hand_closed
  3.   set the cursor of sprite 23 to [p_hand_closed, p_hand_closed + 1]
  4.   repeat while not mouseUp
  5.     if the mouseUp then
  6.       exit repeat
  7.     end if
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   puppetSound(0)
  13.   go("help")
  14. end
  15.